home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_6.1 / XVOR / XVOR.MAK < prev    next >
Text File  |  1999-09-11  |  13KB  |  452 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=xvor - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to xvor - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "xvor - Win32 Release" && "$(CFG)" != "xvor - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xvor.mak" CFG="xvor - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xvor - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "xvor - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "xvor - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "xvor - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xvor.exe" "..\..\bindosr\xvor.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xvor.exe"
  59.     -@erase ".\Release\xvor.exe"
  60.     -@erase ".\Release\output.obj"
  61.     -@erase ".\Release\edgelist.obj"
  62.     -@erase ".\Release\heap.obj"
  63.     -@erase ".\Release\vor.obj"
  64.     -@erase ".\Release\xvor.obj"
  65.     -@erase ".\Release\geometry.obj"
  66.     -@erase ".\Release\memory.obj"
  67.  
  68. "$(OUTDIR)" :
  69.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  70.  
  71. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  72. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  73. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I\
  74.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  75.  /Fp"$(INTDIR)/xvor.pch" /YX /Fo"$(INTDIR)/" /c 
  76. CPP_OBJS=.\Release/
  77. CPP_SBRS=
  78. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  79. # ADD RSC /l 0x409 /d "NDEBUG"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xvor.bsc" 
  84. BSC32_SBRS=
  85. LINK32=link.exe
  86. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  87. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  88. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  89.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  90.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  91.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  92.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/xvor.pdb" /machine:I386\
  93.  /out:"$(OUTDIR)/xvor.exe" 
  94. LINK32_OBJS= \
  95.     ".\Release\output.obj" \
  96.     ".\Release\edgelist.obj" \
  97.     ".\Release\heap.obj" \
  98.     ".\Release\vor.obj" \
  99.     ".\Release\xvor.obj" \
  100.     ".\Release\geometry.obj" \
  101.     ".\Release\memory.obj"
  102.  
  103. "$(OUTDIR)\xvor.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  104.     $(LINK32) @<<
  105.   $(LINK32_FLAGS) $(LINK32_OBJS)
  106. <<
  107.  
  108. # Begin Custom Build
  109. ProjDir=.
  110. InputPath=.\Release\xvor.exe
  111. InputName=xvor
  112. SOURCE=$(InputPath)
  113.  
  114. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  115.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  116.  
  117. # End Custom Build
  118.  
  119. !ELSEIF  "$(CFG)" == "xvor - Win32 Debug"
  120.  
  121. # PROP BASE Use_MFC 0
  122. # PROP BASE Use_Debug_Libraries 1
  123. # PROP BASE Output_Dir "Debug"
  124. # PROP BASE Intermediate_Dir "Debug"
  125. # PROP BASE Target_Dir ""
  126. # PROP Use_MFC 0
  127. # PROP Use_Debug_Libraries 1
  128. # PROP Output_Dir "Debug"
  129. # PROP Intermediate_Dir "Debug"
  130. # PROP Target_Dir ""
  131. OUTDIR=.\Debug
  132. INTDIR=.\Debug
  133. # Begin Custom Macros
  134. ProjDir=.
  135. # End Custom Macros
  136.  
  137. ALL : "$(OUTDIR)\xvor.exe" "..\..\bindosd\xvor.exe"
  138.  
  139. CLEAN : 
  140.     -@erase ".\Debug\vc40.pdb"
  141.     -@erase ".\Debug\vc40.idb"
  142.     -@erase ".\Debug\xvor.ilk"
  143.     -@erase ".\Debug\vor.obj"
  144.     -@erase ".\Debug\geometry.obj"
  145.     -@erase ".\Debug\heap.obj"
  146.     -@erase ".\Debug\memory.obj"
  147.     -@erase ".\Debug\edgelist.obj"
  148.     -@erase ".\Debug\xvor.obj"
  149.     -@erase ".\Debug\output.obj"
  150.     -@erase ".\Debug\xvor.pdb"
  151.     -@erase "..\..\bindosd\xvor.exe"
  152.     -@erase ".\Debug\xvor.exe"
  153.  
  154. "$(OUTDIR)" :
  155.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  156.  
  157. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  158. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  159. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  160.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  161.  /Fp"$(INTDIR)/xvor.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  162. CPP_OBJS=.\Debug/
  163. CPP_SBRS=
  164. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  165. # ADD RSC /l 0x409 /d "_DEBUG"
  166. BSC32=bscmake.exe
  167. # ADD BASE BSC32 /nologo
  168. # ADD BSC32 /nologo
  169. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xvor.bsc" 
  170. BSC32_SBRS=
  171. LINK32=link.exe
  172. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  173. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  174. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  175.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  176.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  177.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  178.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/xvor.pdb" /debug\
  179.  /machine:I386 /out:"$(OUTDIR)/xvor.exe" 
  180. LINK32_OBJS= \
  181.     ".\Debug\vor.obj" \
  182.     ".\Debug\geometry.obj" \
  183.     ".\Debug\heap.obj" \
  184.     ".\Debug\memory.obj" \
  185.     ".\Debug\edgelist.obj" \
  186.     ".\Debug\xvor.obj" \
  187.     ".\Debug\output.obj"
  188.  
  189. "$(OUTDIR)\xvor.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  190.     $(LINK32) @<<
  191.   $(LINK32_FLAGS) $(LINK32_OBJS)
  192. <<
  193.  
  194. # Begin Custom Build
  195. ProjDir=.
  196. InputPath=.\Debug\xvor.exe
  197. InputName=xvor
  198. SOURCE=$(InputPath)
  199.  
  200. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  201.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  202.  
  203. # End Custom Build
  204.  
  205. !ENDIF 
  206.  
  207. .c{$(CPP_OBJS)}.obj:
  208.    $(CPP) $(CPP_PROJ) $<  
  209.  
  210. .cpp{$(CPP_OBJS)}.obj:
  211.    $(CPP) $(CPP_PROJ) $<  
  212.  
  213. .cxx{$(CPP_OBJS)}.obj:
  214.    $(CPP) $(CPP_PROJ) $<  
  215.  
  216. .c{$(CPP_SBRS)}.sbr:
  217.    $(CPP) $(CPP_PROJ) $<  
  218.  
  219. .cpp{$(CPP_SBRS)}.sbr:
  220.    $(CPP) $(CPP_PROJ) $<  
  221.  
  222. .cxx{$(CPP_SBRS)}.sbr:
  223.    $(CPP) $(CPP_PROJ) $<  
  224.  
  225. ################################################################################
  226. # Begin Target
  227.  
  228. # Name "xvor - Win32 Release"
  229. # Name "xvor - Win32 Debug"
  230.  
  231. !IF  "$(CFG)" == "xvor - Win32 Release"
  232.  
  233. !ELSEIF  "$(CFG)" == "xvor - Win32 Debug"
  234.  
  235. !ENDIF 
  236.  
  237. ################################################################################
  238. # Begin Source File
  239.  
  240. SOURCE=.\xvor.c
  241.  
  242. !IF  "$(CFG)" == "xvor - Win32 Release"
  243.  
  244. DEP_CPP_XVOR_=\
  245.     ".\xvor.h"\
  246.     ".\..\..\libip\ip.h"\
  247.     ".\vor.h"\
  248.     ".\..\..\libip\ph.h"\
  249.     ".\..\..\libtiff\libtiff\tiffio.h"\
  250.     ".\..\..\libimage\draw.h"\
  251.     ".\..\..\libip\lldef.h"\
  252.     ".\..\..\libip\sgl_stat.h"\
  253.     ".\..\..\libip\convolve.h"\
  254.     ".\..\..\libip\pcc2.h"\
  255.     ".\..\..\libip\bdy_stru.h"\
  256.     ".\..\..\libimage\misc.h"\
  257.     ".\..\..\libtiff\libtiff\tiff.h"\
  258.     ".\..\..\libimage\tiffimage.h"\
  259.     ".\..\..\libimage\gd.h"\
  260.     ".\..\..\libimage\images.h"\
  261.     
  262.  
  263. "$(INTDIR)\xvor.obj" : $(SOURCE) $(DEP_CPP_XVOR_) "$(INTDIR)"
  264.  
  265.  
  266. !ELSEIF  "$(CFG)" == "xvor - Win32 Debug"
  267.  
  268. DEP_CPP_XVOR_=\
  269.     ".\xvor.h"\
  270.     ".\..\..\libip\ip.h"\
  271.     ".\vor.h"\
  272.     ".\..\..\libip\ph.h"\
  273.     ".\..\..\libtiff\libtiff\tiffio.h"\
  274.     ".\..\..\libimage\draw.h"\
  275.     ".\..\..\libip\lldef.h"\
  276.     ".\..\..\libip\sgl_stat.h"\
  277.     ".\..\..\libip\convolve.h"\
  278.     ".\..\..\libip\pcc2.h"\
  279.     ".\..\..\libip\bdy_stru.h"\
  280.     ".\..\..\libtiff\libtiff\tiff.h"\
  281.     ".\..\..\libimage\tiffimage.h"\
  282.     ".\..\..\libimage\gd.h"\
  283.     ".\..\..\libimage\misc.h"\
  284.     ".\..\..\libimage\images.h"\
  285.     
  286.  
  287. "$(INTDIR)\xvor.obj" : $(SOURCE) $(DEP_CPP_XVOR_) "$(INTDIR)"
  288.  
  289.  
  290. !ENDIF 
  291.  
  292. # End Source File
  293. ################################################################################
  294. # Begin Source File
  295.  
  296. SOURCE=.\vor.c
  297. DEP_CPP_VOR_C=\
  298.     ".\vor.h"\
  299.     ".\..\..\libip\ip.h"\
  300.     ".\..\..\libip\ph.h"\
  301.     ".\..\..\libtiff\libtiff\tiffio.h"\
  302.     ".\..\..\libimage\draw.h"\
  303.     ".\..\..\libip\lldef.h"\
  304.     ".\..\..\libip\sgl_stat.h"\
  305.     ".\..\..\libip\convolve.h"\
  306.     ".\..\..\libip\pcc2.h"\
  307.     ".\..\..\libip\bdy_stru.h"\
  308.     ".\..\..\libtiff\libtiff\tiff.h"\
  309.     ".\..\..\libimage\tiffimage.h"\
  310.     ".\..\..\libimage\gd.h"\
  311.     ".\..\..\libimage\misc.h"\
  312.     ".\..\..\libimage\images.h"\
  313.     
  314.  
  315. "$(INTDIR)\vor.obj" : $(SOURCE) $(DEP_CPP_VOR_C) "$(INTDIR)"
  316.  
  317.  
  318. # End Source File
  319. ################################################################################
  320. # Begin Source File
  321.  
  322. SOURCE=.\geometry.c
  323. DEP_CPP_GEOME=\
  324.     ".\vor.h"\
  325.     ".\..\..\libip\ip.h"\
  326.     ".\..\..\libip\ph.h"\
  327.     ".\..\..\libtiff\libtiff\tiffio.h"\
  328.     ".\..\..\libimage\draw.h"\
  329.     ".\..\..\libip\lldef.h"\
  330.     ".\..\..\libip\sgl_stat.h"\
  331.     ".\..\..\libip\convolve.h"\
  332.     ".\..\..\libip\pcc2.h"\
  333.     ".\..\..\libip\bdy_stru.h"\
  334.     ".\..\..\libtiff\libtiff\tiff.h"\
  335.     ".\..\..\libimage\tiffimage.h"\
  336.     ".\..\..\libimage\gd.h"\
  337.     ".\..\..\libimage\misc.h"\
  338.     ".\..\..\libimage\images.h"\
  339.     
  340.  
  341. "$(INTDIR)\geometry.obj" : $(SOURCE) $(DEP_CPP_GEOME) "$(INTDIR)"
  342.  
  343.  
  344. # End Source File
  345. ################################################################################
  346. # Begin Source File
  347.  
  348. SOURCE=.\edgelist.c
  349. DEP_CPP_EDGEL=\
  350.     ".\vor.h"\
  351.     ".\..\..\libip\ip.h"\
  352.     ".\..\..\libip\ph.h"\
  353.     ".\..\..\libtiff\libtiff\tiffio.h"\
  354.     ".\..\..\libimage\draw.h"\
  355.     ".\..\..\libip\lldef.h"\
  356.     ".\..\..\libip\sgl_stat.h"\
  357.     ".\..\..\libip\convolve.h"\
  358.     ".\..\..\libip\pcc2.h"\
  359.     ".\..\..\libip\bdy_stru.h"\
  360.     ".\..\..\libtiff\libtiff\tiff.h"\
  361.     ".\..\..\libimage\tiffimage.h"\
  362.     ".\..\..\libimage\gd.h"\
  363.     ".\..\..\libimage\misc.h"\
  364.     ".\..\..\libimage\images.h"\
  365.     
  366.  
  367. "$(INTDIR)\edgelist.obj" : $(SOURCE) $(DEP_CPP_EDGEL) "$(INTDIR)"
  368.  
  369.  
  370. # End Source File
  371. ################################################################################
  372. # Begin Source File
  373.  
  374. SOURCE=.\heap.c
  375. DEP_CPP_HEAP_=\
  376.     ".\vor.h"\
  377.     ".\..\..\libip\ip.h"\
  378.     ".\..\..\libip\ph.h"\
  379.     ".\..\..\libtiff\libtiff\tiffio.h"\
  380.     ".\..\..\libimage\draw.h"\
  381.     ".\..\..\libip\lldef.h"\
  382.     ".\..\..\libip\sgl_stat.h"\
  383.     ".\..\..\libip\convolve.h"\
  384.     ".\..\..\libip\pcc2.h"\
  385.     ".\..\..\libip\bdy_stru.h"\
  386.     ".\..\..\libtiff\libtiff\tiff.h"\
  387.     ".\..\..\libimage\tiffimage.h"\
  388.     ".\..\..\libimage\gd.h"\
  389.     ".\..\..\libimage\misc.h"\
  390.     ".\..\..\libimage\images.h"\
  391.     
  392.  
  393. "$(INTDIR)\heap.obj" : $(SOURCE) $(DEP_CPP_HEAP_) "$(INTDIR)"
  394.  
  395.  
  396. # End Source File
  397. ################################################################################
  398. # Begin Source File
  399.  
  400. SOURCE=.\memory.c
  401. DEP_CPP_MEMOR=\
  402.     ".\vor.h"\
  403.     ".\..\..\libip\ip.h"\
  404.     ".\..\..\libip\ph.h"\
  405.     ".\..\..\libtiff\libtiff\tiffio.h"\
  406.     ".\..\..\libimage\draw.h"\
  407.     ".\..\..\libip\lldef.h"\
  408.     ".\..\..\libip\sgl_stat.h"\
  409.     ".\..\..\libip\convolve.h"\
  410.     ".\..\..\libip\pcc2.h"\
  411.     ".\..\..\libip\bdy_stru.h"\
  412.     ".\..\..\libtiff\libtiff\tiff.h"\
  413.     ".\..\..\libimage\tiffimage.h"\
  414.     ".\..\..\libimage\gd.h"\
  415.     ".\..\..\libimage\misc.h"\
  416.     ".\..\..\libimage\images.h"\
  417.     
  418.  
  419. "$(INTDIR)\memory.obj" : $(SOURCE) $(DEP_CPP_MEMOR) "$(INTDIR)"
  420.  
  421.  
  422. # End Source File
  423. ################################################################################
  424. # Begin Source File
  425.  
  426. SOURCE=.\output.c
  427. DEP_CPP_OUTPU=\
  428.     ".\vor.h"\
  429.     ".\..\..\libip\ip.h"\
  430.     ".\..\..\libip\ph.h"\
  431.     ".\..\..\libtiff\libtiff\tiffio.h"\
  432.     ".\..\..\libimage\draw.h"\
  433.     ".\..\..\libip\lldef.h"\
  434.     ".\..\..\libip\sgl_stat.h"\
  435.     ".\..\..\libip\convolve.h"\
  436.     ".\..\..\libip\pcc2.h"\
  437.     ".\..\..\libip\bdy_stru.h"\
  438.     ".\..\..\libtiff\libtiff\tiff.h"\
  439.     ".\..\..\libimage\tiffimage.h"\
  440.     ".\..\..\libimage\gd.h"\
  441.     ".\..\..\libimage\misc.h"\
  442.     ".\..\..\libimage\images.h"\
  443.     
  444.  
  445. "$(INTDIR)\output.obj" : $(SOURCE) $(DEP_CPP_OUTPU) "$(INTDIR)"
  446.  
  447.  
  448. # End Source File
  449. # End Target
  450. # End Project
  451. ################################################################################
  452.